dpp

USAGE: dpp outimg [-p t][-c f][-s x y] [-L]

dpp generates and draws a random, ordered or clustered point pattern

ARGUMENTS:
      outimg: output image filename (TIF format)

OPTIONS:
        -p t: select pattern type: R(andom), O(rdered), C(lustered)
              t = R: random (default)
              t = O: ordered
              t = C: clustered
        -c f: desired fractional coverage, 0<=f<=100
      -s x y: output image size (default 512x512)
          -L: print Software License for this module
 
 

Example:

dpp ordered.tif -p O -c 1

ordered.tif:


 
 

dpp random.tif -p R -c 1

random.tif:


 
 

dpp clustered.tif -p C -c 1 (with SIGMA = 20)

clustered.tif:

Copyright (C) 1999 MLMSoftware Group, LLC.